From eddba60f9ef1a85aaa929797d077bb95f7bcfa13 Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Tue, 31 Aug 2004 20:25:25 +0000 Subject: [PATCH] Handle Street Atlas USA 2005 routes git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@885 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/saroute.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gpsbabel/saroute.c b/gpsbabel/saroute.c index 04d66aeb7..00e44a444 100644 --- a/gpsbabel/saroute.c +++ b/gpsbabel/saroute.c @@ -248,6 +248,9 @@ my_read(void) stringlen = 1; } } + if ( version > 10 ) { + Skip(infile,2*sizeof(long)); + } xfree(record); } /* -- 2.30.2